'Declaration
Public Function New( _ ByVal execute As Action(Of Object), _ ByVal canExecute As Predicate(Of Object) _ )
public C1DelegateCommand( Action<object> execute, Predicate<object> canExecute )
Parameters
- execute
- The execute delegate.
- canExecute
- The can execute delegate.